home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XA_6S.ZIP / SOURCE / SHELL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-29  |  301 b   |  11 lines

  1. #ifndef _SHELL_H_
  2. #define _SHELL_H_
  3.  
  4. #include "k_defs.h"
  5.  
  6. unsigned long XA_shell_write(short clnt_pid, AESPB *pb);
  7. unsigned long XA_shell_read(short clnt_pid, AESPB *pb);
  8. unsigned long XA_shell_find(short clnt_pid, AESPB *pb);
  9. unsigned long XA_shell_envrn(short clnt_pid, AESPB *pb);
  10.  
  11. #endif